home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Macintosh Demo Applications CD
/
Apple-MacintoshDemoApplicationsCD-1.0-1992.iso
/
More Information
/
QuicKeys
/
For Programmers Only.sea
/
Pascal Examples
/
SampleUI.a
< prev
next >
Wrap
Text File
|
1991-06-22
|
1KB
|
37 lines
; $Workfile$
; $Revision$
; sound user interface glue
; needed because MPW pascal generates code for imbeded functions/procedures
; before it generates code for the main routine
; © 1990 CE Software, Inc. All rights reserved.
; For QuicKeys 2 Extension Sample source code you have a royalty-free right
; to include object code derived from this Sample source code in programs
; that you develop. You also have the right to use, distribute, and license
; such programs to third parties without payment of any further license fees
; to CE Software, Inc., so long as a copyright notice sufficient to protect
; your copyright for your software in the United States or any other country;
; is included in the graphic display of your software and on the labels
; affixed to the media on which your software is distributed.
; REVISION HISTORY:
; WHEN WHO WHAT
;•••••
; 8/27 MKG Created file
;•••••
BLANKS ON
STRING ASIS
PRINT OFF
INCLUDE 'ToolEqu.a'
INCLUDE 'SysEqu.a'
INCLUDE 'Traps.a'
PRINT ON
ExtensionUI Main Entry
import main
bra main
end